The Imagick class
PHP Manual

Imagick::morphImages

(PECL imagick 2.0.0)

Imagick::morphImagesMethod morphs a set of images

Descripción

Imagick Imagick::morphImages ( int $number_frames )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Method morphs a set of images. Both the image pixels and size are linearly interpolated to give the appearance of a meta-morphosis from one image to the next.

Lista de parámetros

number_frames

The number of in-between images to generate.

Valores retornados

This method returns a new Imagick object on success. Throw an ImagickException on error.


The Imagick class
PHP Manual